home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / glass / glass.lha / GLASS / tm / README < prev    next >
Text File  |  1990-11-02  |  966b  |  26 lines

  1. This is the source of 'tm', a code generator for structured data
  2. interfaces. Since 'tm' contains a (simple) text substitution
  3. language support can be provided for a number of different languages.
  4. The libraries for these languages reside in other directories:
  5. -----
  6. tmc        tm support libraries for C.
  7. libtmc        Run-time library for C.
  8. tmmira        tm support library for Miranda.
  9. tmutils        Some tm utilities.
  10.  
  11. Also see 'coil' a similar program that generates code for Pascal.
  12.  
  13. To install tm (assuming the esprit environment is available), type
  14.  
  15. make setup    # Configure makefile for local situation
  16. make tm        # Compile the program.
  17. make test    # test the compiled program.
  18. make install    # install the program.
  19. make clean    # remove all intermediate files.
  20.  
  21. ***NOTE***
  22.  
  23. To compile tm you need tm! In the distributed version this is solved
  24. by including the code that is generated by tm in the distribution,
  25. but before you do 'make clean' make sure that these files can be reconstructed.
  26.